home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpC_1008_Icon < prev    next >
Encoding:
Text File  |  1992-04-08  |  297 b   |  16 lines

  1. %case update%
  2.     GetWRect (%itemname%, &bounds);
  3.     PlotIconID (%iconID%, bounds);
  4. %case itemNr%
  5.     %DefineItem%
  6. %case hit%
  7.     %if enabled%
  8.         %if not lastInGroup%
  9.             case %itemname%:
  10.         %else%
  11.             case %itemname%:
  12.                     DoIconRadio (%firstradio%, itemNr, &info->%fieldname%);
  13.                 break;
  14.         %end if%
  15.     %end if%
  16.